net/http.routingNode.matchMethodAndPath (method)

3 uses

	net/http (current package)
		routing_tree.go#L122: 		if l, m := root.findChild(host).matchMethodAndPath(method, path); l != nil {
		routing_tree.go#L126: 	return root.emptyChild.matchMethodAndPath(method, path)
		routing_tree.go#L132: func (n *routingNode) matchMethodAndPath(method, path string) (*routingNode, []string) {